home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / NFX_Components / NetObjects / descriptions.js < prev   
Encoding:
Text File  |  2007-04-11  |  186 b   |  8 lines

  1. function openModal (sUrl,nW,nH) {
  2.   window.showModalDialog(sUrl,'','dialogWidth:'+nW+'px; dialogHeight:'+nH+'px; status:0;');
  3. }
  4.  
  5. function doTutorial(sUrl)
  6. {
  7.   window.open(sUrl);
  8. }